home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1999 November / PC Action Issue 83 (November 1999).ISO / driver / data1.cab / Data_FILES / Scripts / Missions / mission346.dms next >
Encoding:
Text File  |  1999-10-12  |  1.2 KB  |  64 lines

  1. // Driver Mission Script v0.1a
  2. // (c)1998 Reflections Software
  3.  
  4. ##########################################################
  5. # Draft mission script for Take a Ride, Miami            #
  6. # By Tony M Roberts and Andreas Tawn                     #
  7. ##########################################################
  8.  
  9. //************** INITIALISATION *****************
  10. // Make sure player cant move during startup...
  11. StopPlayer
  12.  
  13. LoadMap "Miami_01.lev"
  14. EventScript "Miami_19.des"
  15. //OverheadMap "Maimi_00.map"
  16.  
  17. DamageBarId 194
  18. FelonyBarId 195
  19.  
  20. Night
  21. Raining
  22. Lightning
  23.  
  24. CopWipeOutDamage 7000
  25. //determine the damage level at which a cop dies
  26.  
  27. //FailedMessageId
  28. //WindowMessageId
  29. //LoseTailMessageId
  30. //SmashedMessageId
  31. //OutOfRangeMessageId
  32. //CarGotAwayMessageId
  33.  
  34. SetMaximumCops 4
  35. Cops_on
  36.  
  37. RoadBlockTrigger 2048
  38.  
  39. //RandomWeather
  40.  
  41.  
  42. PlayerCarType 0
  43.  
  44. SmashedMessageId 187
  45.  
  46. EnablePlayerDamage
  47. MaxPlayerDamage 24576 //( 0 -> 4096*6 is range )
  48.  
  49. DebugInfo 1
  50.  
  51. SetPlayerPosition 106004, -102877 //Road Down Town
  52. SetPlayerYRotation 12
  53.  
  54. TriggerEvent 1
  55.  
  56. ReleasePlayer
  57.  
  58. SetTarget 0,750,0,0
  59. DisableTarget 0
  60. Set Objective 2
  61. WaitForObjectiveComplete
  62.  
  63. MissionEnd
  64.